\(\int \frac {\sqrt {a+b \text {arccosh}(c x)}}{d+e x^2} \, dx\) [555]

   Optimal result
   Rubi [N/A]
   Mathematica [F(-1)]
   Maple [N/A] (verified)
   Fricas [F(-2)]
   Sympy [N/A]
   Maxima [F(-2)]
   Giac [N/A]
   Mupad [N/A]

Optimal result

Integrand size = 22, antiderivative size = 22 \[ \int \frac {\sqrt {a+b \text {arccosh}(c x)}}{d+e x^2} \, dx=\text {Int}\left (\frac {\sqrt {a+b \text {arccosh}(c x)}}{d+e x^2},x\right ) \]

[Out]

Unintegrable((a+b*arccosh(c*x))^(1/2)/(e*x^2+d),x)

Rubi [N/A]

Not integrable

Time = 0.04 (sec) , antiderivative size = 22, normalized size of antiderivative = 1.00, number of steps used = 0, number of rules used = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int \frac {\sqrt {a+b \text {arccosh}(c x)}}{d+e x^2} \, dx=\int \frac {\sqrt {a+b \text {arccosh}(c x)}}{d+e x^2} \, dx \]

[In]

Int[Sqrt[a + b*ArcCosh[c*x]]/(d + e*x^2),x]

[Out]

Defer[Int][Sqrt[a + b*ArcCosh[c*x]]/(d + e*x^2), x]

Rubi steps \begin{align*} \text {integral}& = \int \frac {\sqrt {a+b \text {arccosh}(c x)}}{d+e x^2} \, dx \\ \end{align*}

Mathematica [F(-1)]

Timed out. \[ \int \frac {\sqrt {a+b \text {arccosh}(c x)}}{d+e x^2} \, dx=\text {\$Aborted} \]

[In]

Integrate[Sqrt[a + b*ArcCosh[c*x]]/(d + e*x^2),x]

[Out]

$Aborted

Maple [N/A] (verified)

Not integrable

Time = 1.41 (sec) , antiderivative size = 20, normalized size of antiderivative = 0.91

\[\int \frac {\sqrt {a +b \,\operatorname {arccosh}\left (c x \right )}}{e \,x^{2}+d}d x\]

[In]

int((a+b*arccosh(c*x))^(1/2)/(e*x^2+d),x)

[Out]

int((a+b*arccosh(c*x))^(1/2)/(e*x^2+d),x)

Fricas [F(-2)]

Exception generated. \[ \int \frac {\sqrt {a+b \text {arccosh}(c x)}}{d+e x^2} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate((a+b*arccosh(c*x))^(1/2)/(e*x^2+d),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

Sympy [N/A]

Not integrable

Time = 1.59 (sec) , antiderivative size = 19, normalized size of antiderivative = 0.86 \[ \int \frac {\sqrt {a+b \text {arccosh}(c x)}}{d+e x^2} \, dx=\int \frac {\sqrt {a + b \operatorname {acosh}{\left (c x \right )}}}{d + e x^{2}}\, dx \]

[In]

integrate((a+b*acosh(c*x))**(1/2)/(e*x**2+d),x)

[Out]

Integral(sqrt(a + b*acosh(c*x))/(d + e*x**2), x)

Maxima [F(-2)]

Exception generated. \[ \int \frac {\sqrt {a+b \text {arccosh}(c x)}}{d+e x^2} \, dx=\text {Exception raised: ValueError} \]

[In]

integrate((a+b*arccosh(c*x))^(1/2)/(e*x^2+d),x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more
details)Is e

Giac [N/A]

Not integrable

Time = 12.58 (sec) , antiderivative size = 22, normalized size of antiderivative = 1.00 \[ \int \frac {\sqrt {a+b \text {arccosh}(c x)}}{d+e x^2} \, dx=\int { \frac {\sqrt {b \operatorname {arcosh}\left (c x\right ) + a}}{e x^{2} + d} \,d x } \]

[In]

integrate((a+b*arccosh(c*x))^(1/2)/(e*x^2+d),x, algorithm="giac")

[Out]

integrate(sqrt(b*arccosh(c*x) + a)/(e*x^2 + d), x)

Mupad [N/A]

Not integrable

Time = 3.09 (sec) , antiderivative size = 22, normalized size of antiderivative = 1.00 \[ \int \frac {\sqrt {a+b \text {arccosh}(c x)}}{d+e x^2} \, dx=\int \frac {\sqrt {a+b\,\mathrm {acosh}\left (c\,x\right )}}{e\,x^2+d} \,d x \]

[In]

int((a + b*acosh(c*x))^(1/2)/(d + e*x^2),x)

[Out]

int((a + b*acosh(c*x))^(1/2)/(d + e*x^2), x)